DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / LiveViewExtensions Class / LiveCount Method / LiveCount<T>(View<T>) Method

In This Topic
    LiveCount<T>(View<T>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function LiveCount(Of T)( _
       ByVal source As View(Of T) _
    ) As AggregationView(Of T,Integer)
    public static AggregationView<T,int> LiveCount<T>( 
       View<T> source
    )

    Parameters

    source

    Type Parameters

    T
    See Also